I am trying to securely pass a ssh password through the ssh-copy-id command in a way that doesn't pass the password in plain text over the local network.
The following script will copy your ssh key to a large number of hosts (listed in hosts.txt) very fast without having to put your password on the command line.
ssh-copy-id is a useful tool for SSH connections to a remote host without using a password. Basically, it copies the SSH key into the remote host's authorized_ ...